home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000238_news@newsmaster….columbia.edu _Mon May 26 11:02:46 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA28825
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 May 1997 11:02:45 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA12696
  7.     for kermit.misc@watsun; Mon, 26 May 1997 11:02:45 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.radio.cz!europa.clark.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.internetmci.com!news.wolsi.com!news.aros.net!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: cr-->crlf
  12. Message-ID: <1997May26.082630.98605@cc.usu.edu>
  13. Date: 26 May 97 08:26:30 MDT
  14. References: <5mbn76$52d$1@laas.laas.fr>
  15. Organization: Utah State University
  16. Lines: 9
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7083
  18.  
  19. In article <5mbn76$52d$1@laas.laas.fr>, berry@laas.fr (Jean-Paul Berry) writes:
  20. > A microcontroller send me only cr (\13) on a pc-comport.
  21. > I want transform cr in crlf (\13\10) (terminal emulation).
  22. > How do that with msdos kerm314?  
  23. -------------
  24.     You will need to upgrade to MS-DOS Kermit v3.15 and use the command
  25. SET TERMINAL CR-DISPLAY CRLF (or NORMAL). MSK 3.15 is still in open beta
  26. so look in directory kermit2/test/bin for msk315.zip, on kermit.columbia.edu.
  27.     Joe D.